//==============================================================================
// Wep Bolt Explosion 01_anim.txt
//==============================================================================

//==============================================================================
define bolt01
{
    SetSelector none
    {
	    set hotspot
        {
            version
            {
			    Visualparticle sfx bolts of zeus lightning bolt 01 01
            }
        }
	}
}

//==============================================================================
define bolt02
{
    SetSelector none
    {
	    set hotspot
        {
            version
            {
			    Visualparticle sfx bolts of zeus lightning bolt 01 02
            }
        }
	}
}

//==============================================================================
define bolt03
{
    SetSelector none
    {
	    set hotspot
        {
            version
            {
			    Visualparticle sfx bolts of zeus lightning bolt 01 03
            }
        }
	}
}

//==============================================================================
define bolt04
{
    SetSelector none
    {
	    set hotspot
        {
            version
            {
			    Visualparticle sfx bolts of zeus lightning bolt 01 04
            }
        }
	}
}

//==============================================================================
define bolt05
{
    SetSelector none
    {
	    set hotspot
        {
            version
            {
			    Visualparticle sfx bolts of zeus lightning bolt 01 05
            }
        }
	}
}

//==============================================================================
define glow
{
    SetSelector none 
    {
	    set hotspot
        {
            version
            {
			    Visualparticle sfx bolt glow 01
            }
        }
	}
}

//==============================================================================
define aura
{
    SetSelector none 
    {
	    set hotspot
        {
            version
            {
			    Visualparticle sfx bolt glow aura 01
            }
        }
	}
}

//==============================================================================
define wave
{
    SetSelector none 
    {
	    set hotspot
        {
            version
            {
			    Visualparticle sfx bolt wave 04
            }
        }
	}
}

//==============================================================================
define flash
{
    SetSelector none 
    {
	    set hotspot
        {
            version
            {
			    Visualparticle sfx zeus bolt flash 04
            }
        }
	}
}

//==============================================================================
anim idle
{
    SetSelector
    {
        techLogic none/TG Bolts Lvl 11
	    SetSelector
	    {
	        set hotspot
            {
                version
                {
			        Visual jimmy
                }
            }
		}
	    SetSelector
	    {
			VariationLogic
			set hotspot
            {
                version
                {
                    Visual SFX A Fire Scorch Large
					tag SpecificSoundSet 0.02 false LightningStrikeZeus checkVisible
					tag FootstepRight 0.02 true
					Connect attachpoint bolt01 hotspot
					Connect attachpoint aura hotspot
					Connect attachpoint glow hotspot
					Connect attachpoint wave hotspot
					Connect attachpoint flash hotspot
			        Length 2.9
                }
            }
			set hotspot
            {
                version
                {
                    Visual SFX A Fire Scorch Large
					tag SpecificSoundSet 0.02 false LightningStrikeZeus checkVisible
					tag FootstepRight 0.02 true
					Connect attachpoint bolt02 hotspot
					Connect attachpoint aura hotspot
					Connect attachpoint glow hotspot
					Connect attachpoint wave hotspot
					Connect attachpoint flash hotspot
			        Length 2.9
                }
            }
			set hotspot
            {
                version
                {
                    Visual SFX A Fire Scorch Large
					tag SpecificSoundSet 0.02 false LightningStrikeZeus checkVisible
					tag FootstepRight 0.02 true
					Connect attachpoint bolt03 hotspot
					Connect attachpoint aura hotspot
					Connect attachpoint glow hotspot
					Connect attachpoint wave hotspot
					Connect attachpoint flash hotspot
			        Length 2.9
                }
            }
			set hotspot
            {
                version
                {
                    Visual SFX A Fire Scorch Large
					tag SpecificSoundSet 0.02 false LightningStrikeZeus checkVisible
					tag FootstepRight 0.02 true
					Connect attachpoint bolt04 hotspot
					Connect attachpoint aura hotspot
					Connect attachpoint glow hotspot
					Connect attachpoint wave hotspot
					Connect attachpoint flash hotspot
			        Length 2.9
                }
            }
			set hotspot
            {
                version
                {
                    Visual SFX A Fire Scorch Large
					tag SpecificSoundSet 0.02 false LightningStrikeZeus checkVisible
					tag FootstepRight 0.02 true
					Connect attachpoint bolt05 hotspot
					Connect attachpoint aura hotspot
					Connect attachpoint glow hotspot
					Connect attachpoint wave hotspot
					Connect attachpoint flash hotspot
			        Length 2.9
                }
            }
		}
    }
}